home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 31 / Amiga Format CD31 (1998-09-02)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1998-10].iso / -seriously_amiga- / sound / 8hzppc / changes.magicsn < prev    next >
Text File  |  1998-07-16  |  749b  |  21 lines

  1. 1. Changed all K&R Prototypes to "real" prototypes without #ifdef
  2. 2. Removed a #warn without #ifdef
  3. 3. Added a missing "int", as static alone is no variable type, without
  4.    #ifdef (static numlines_s[CBANDS_s]; is only legal on GNU C, after
  5.    ANSI it has to be static int numlines_s[CBANDS_s];). It was
  6.    in l3psy.c.
  7. 4. Added -s parameter to reduce Contextswitches (with #ifdef)
  8. 5. Small changes in ieee code (with #ifdef __STORMC__)
  9. 6. Added StormC Project file
  10. 7. Small change in l3psy.c as the compiler did not take it the original
  11.    way (used #ifdef __STORMC__).
  12.  
  13. I sent the complete sources to Mike Cheng. They are available from him. I
  14. hope my changes will be integrated to future versions.
  15.  
  16. Steffen Haeuser
  17. MagicSN@Birdland.es.bawue.de
  18.  
  19.  
  20.  
  21.